@charset "utf-8";
/*------------------------------------------------------------
	格式化
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微调整用
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	清浮动
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
}

h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: normal;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	width: 1200px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 63px;
	padding-bottom: 19px;
	position: relative;
	text-align: center;
}

#main .headLine01::before {
	margin-top: -9px;
	width: 100%;
	height: 2px;
	background-color: #ecf1f6;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
}

#main .headLine01::after {
	margin-left: -21px;
	width: 42px;
	height: 3px;
	background-color: #191919;
	position: absolute;
	left: 50%;
	bottom: 0px;
	content: "";
}

#main .headLine01 .text {
	padding: 0 30px;
	position: relative;
	color: #191919;
	font-size: 26px;
	font-weight: normal;
	background-color: #ffffff;
}

#main .headLine01 .text .redTxt {
	margin-left: 15px;
	color: #d60211;
	font-weight: bold;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 15px;
}

#main .headLine02 .ttl {
	color: #e61212;
	font-size: 22px;
	font-weight: bold;
	vertical-align: bottom;
}

#main .headLine02 .enTxt {
	margin-left: 5px;
	padding-right: 25px;
	position: relative;
	color: #b5b5b6;
	font-size: 15px;
	vertical-align: bottom;
}

#main .headLine02 .enTxt::before {
	width: 12px;
	height: 12px;
	background-color: #da1618;
	position: absolute;
	right: 0;
	bottom: 2px;
	content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	#main .comBox {
		width: auto;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 12px;
		padding-bottom: 16px;
	}

	#main .headLine01::after {
		margin-left: -15px;
		width: 31px;
		height: 3px;
		background-color: #191919;
		left: 50%;
	}

	#main .headLine01 .text {
		padding: 0 10px;
		/* display: inline-block; */
		position: relative;
		font-size: 19px;
		font-weight: normal;
		background-color: #ffffff;
	}

	#main .headLine01 .text .redTxt {
		margin-left: 10px;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 15px;
	}

	#main .headLine02 .ttl {
		color: #e61212;
		font-size: 22px;
		font-weight: bold;
		vertical-align: bottom;
	}

	#main .headLine02 .enTxt {
		margin-left: 5px;
		padding-right: 25px;
		position: relative;
		color: #b5b5b6;
		font-size: 15px;
		vertical-align: bottom;
	}

	#main .headLine02 .enTxt::before {
		width: 12px;
		height: 12px;
		background-color: #da1618;
		position: absolute;
		right: 0;
		bottom: 2px;
		content: "";
	}

}